-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Coverage Reporting for Gremlin JS #24
base: 3.5-dev
Are you sure you want to change the base?
Conversation
b20deda
to
135a30a
Compare
"TODO": "# test other mime types like graphbinary stringd", | ||
"features": "npm run features-graphson30 && npm run features-graphbinary", | ||
"features-graphson30": "cross-env CLIENT_MIMETYPE='application/vnd.gremlin-v3.0+json' cucumber-js --require test/cucumber ../../../../../gremlin-test/features/", | ||
"features-graphbinary": "cross-env CLIENT_MIMETYPE='application/vnd.graphbinary-v1.0' cucumber-js --require test/cucumber ../../../../../gremlin-test/features/", | ||
"features-docker": "npm run features-graphson30-docker && npm run features-graphbinary-docker", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these the commands for running this in Docker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, these are unnecessary, will remove them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed in 2c56b8a
Codecov Report
@@ Coverage Diff @@
## 3.5-dev #24 +/- ##
===========================================
+ Coverage 63.58% 71.45% +7.86%
===========================================
Files 23 81 +58
Lines 3636 6656 +3020
===========================================
+ Hits 2312 4756 +2444
- Misses 1145 1721 +576
Partials 179 179
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -4,6 +4,16 @@ | |||
"lockfileVersion": 1, | |||
"requires": true, | |||
"dependencies": { | |||
"@ampproject/remapping": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering why the package-lock file is adding a large chunk of code again, is it the node version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
installed with same node and npm version, the changes refer to the dependencies and sub-dependencies of the nyc
dependency that is added in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added 100 dependencies, but it's ok for node world %)
No description provided.